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
Group
g(To be added)
function
f(To be added)
Group|Card|nil
ex(To be added)
any
...(To be added)