Current section

Files

Jump to
bright src bright_ffi.erl
Raw

src/bright_ffi.erl

-module(bright_ffi).
-export([coerce/1]).
% Due to deprecation of `dynamic.from`, bright defines its own coercion
% function to restore the dynamic capabibilies.
-spec coerce(A :: any()) -> any().
coerce(A) ->
A.