Skip to content

KeyedMapper 1.12.0

Latest
Compare
Choose a tag to compare
@Noobish1 Noobish1 released this 01 Dec 21:33
· 42 commits to master since this release
  • added:
    • from<T: Convertible>(_:) -> [[T]].
    • optionalFrom<T: Convertible>(_:) -> [[T]]?.
    • from<T: Mappable>(_:) -> [[T]].
    • optionalFrom<T: Mappable>(_:) -> [[T]]?.