unsafe

Call the possibly unsafe function fn in a @trusted way.

template unsafe(alias fn)
@trusted
unsafe
(
T...
)
()

See Also

https://forum.dlang.org/post/amvspqyavdavzgjegkzt@forum.dlang.org

TODO Add to std.meta or std.typecons.

Meta