Function collections::bitv::from_fnDeprecated
[-]
[+]
[src]
pub fn from_fn<F>(len: uint, f: F) -> Bitv where F: FnMut(uint) -> bool
Deprecated: Now a static method on Bitv.