Added
- New
getIfXXX
functions that complement thegetXXX
functions by checking the type and possibly filling in the value in one step. These avoid two calls toisXXX
when retrieving values: once by the calling code and once inside thegetXXX
functions.
Changed
- Changed the licence to BSD-3-Clause-Clear.
- Updated the library description.