Skip to content

Instantly share code, notes, and snippets.

@jrsonline
Last active January 28, 2018 03:41
Show Gist options
  • Save jrsonline/e12153d1f235ddb526613cc4ac82727d to your computer and use it in GitHub Desktop.
Save jrsonline/e12153d1f235ddb526613cc4ac82727d to your computer and use it in GitHub Desktop.
Excited neurons?
var neurons = LinkedList.start(1).addToEnd(2).addToEnd(3)
var exciteNeurons = neurons.map{ $0 * 10 }.addToStart(5) ///// :-(
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment