Copyright © 2009-2013 Michael Truog
Version: 1.2.3 Apr 12 2015 20:34:49 ------------------------------------------------------------------------
Authors: Michael Truog (mjtruog [at] gmail (dot) com).
tuplelist() = [{atom(), any()}]
| delete_all/2 |
Delete all the instances of the keys provided.. |
| partition/2 |
Partition the proplist based on a key.. |
| take_values/2 |
Remove many keys from the proplist.The defaults are provided as a proplist. |
delete_all(Keys::[atom()], List::tuplelist()) -> tuplelist()
partition(Key::atom(), List::tuplelist()) -> {tuplelist(), tuplelist()}
take_values(DefaultList::tuplelist(), List::tuplelist()) -> list()
Generated by EDoc, Apr 12 2015, 20:34:49.