Entity.getMut - multiple declarations

Function Entity.getMut

Get a mutable reference to Component data given its interface type.

T[] getMut(T)() const
if (isInterface!T);

Function Entity.getMut

Get a mutable reference to Component data given its type and optionally its name.

T[] getMut(T) (
  string name = ""
) const
if (storableAsComponent!T);