unsafe

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

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

Members

Functions

unsafe
auto unsafe(T args)
Undocumented in source. Be warned that the author may not have intended to support it.

See Also

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

TODO: Add to std.meta or std.typecons.

Meta