package typings

func Writable[T any](elem T) T {
  return elem
}
