Skip to content

Group.Split ​

Source Code | Usage Examples | Group Functions

Returns 2 groups, the first group will contain cards matched with the same behaviour as Group.Filter, the second group will contain the remaining cards from the Group g.

Signature ​

Group.Split(Group g, function f, Group|Card|nil ex, any ...) → Group, Group

lua
g:Split(f,ex,...)

Parameters ​

Returns ​


under-construction