core
Toggle table of contents
0.7.0
common
Platform filter
common
Switch theme
Search in API
core
core
/
org.kotlincrypto.core
/
Copyable
Copyable
interface
Copyable
<
out
T
:
Any
>
(
source
)
Members
Functions
copy
Link copied to clipboard
abstract
fun
copy
(
)
:
T
Copies the instance and its state to a new instance that is wholly independent of the old instance.