Swift – Sets

  • Post author:
  • Post category:Swift
  • Post comments:1 Comment

In this topic we learned about Swift - Sets. Swift 4 sets are used to store distinct values of same types but they don’t have definite ordering as arrays have. You can…

Continue ReadingSwift – Sets

Erlang – delete

In this guide, we will discuss Erlang delete. Deletes an element from the list and returns a new list. Syntax delete(element,List1) Parameters Element βˆ’ the element to delete from the list.List1 βˆ’…

Continue ReadingErlang – delete