W3cubDocs

/Pony

ReadElement[A: A]

[Source]

Used to show that a ReadSeq can return an element of a specific unmodified type.

interface box ReadElement[A: A]

Public Functions

apply

[Source]

fun box apply(
  i: USize val)
: A ?

Parameters

Returns

  • A ?

© 2016-2018, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/builtin-ReadElement