toHuman

fun Array<Permission>.toHuman(jump: Boolean = false): String

Convert an Array of Permission in a readable list.

Return

The readable list as String

Parameters

jump

If jump is true the separator will be `\n` instead of `,`.