Skip to content

Commit

Permalink
Expose map & filter function for ArrayRead
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinresol committed Jan 10, 2016
1 parent 578e30c commit 8c5b34d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cdb/Types.hx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ private class FlagsIterator<T> {

}

@:forward(map, filter)
abstract ArrayRead<T>(Array<T>) from Array<T> {

public var length(get, never) : Int;
Expand Down

0 comments on commit 8c5b34d

Please sign in to comment.