Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Also, for lists it returns True if not and empty list
if result:
is the same as writingif result == True:
if checks the validity of the condition.This comment is hidden because it contains spoiler information about the solution
Fixed
reached maximum recursion depth, this kata is meant to be recursive
main.swift:64:23: error: use of unresolved identifier 'Base64Chars'
returnChars[i*4] = Base64Chars[char1 >> 2]
^~~~~~~~~~~
main.swift:6:13: note: did you mean 'base64Chars'?
static let base64Chars: