Skip to content

Instantly share code, notes, and snippets.

@devboy
Created November 26, 2011 13:20
Show Gist options
  • Save devboy/1395659 to your computer and use it in GitHub Desktop.
Save devboy/1395659 to your computer and use it in GitHub Desktop.
import org.devboy.ArrayUtils;
using org.devboy.ArrayUtils;
type( ArrayUtils.delete_if ); // Array<T> -> (T -> Bool) -> Array<T>
type( [].delete_if ); // (T -> Bool) -> Array<T>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment