A small maintenance release with one tweak / fix - LanguageType.FlagsOf<T> no longer throws and catches an exception in normal operation to detect whether a type is unmanaged/blittable for purposes of fennecs. (the distinction was that char and bool aren't technically blittable, but they actually are at runtime for all intents and purposes - therefore, the detailed check is no longer necessary, it's just a check for a type being a managed type or not).
This tweak makes debugging nicer, because no (external) exception occurs at the start of every run, which some IDEs will automatically break on.