Avatar
omochimetaru 10/3/2017 1:37 AM
Private @inlinable functions are useful. For example, you might want a helper function to be inlined into a public @inlinable function for performance, but you don't want that helper function to be called by outside clients directly.