Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Erlang

    1. Home>
    2. Erlang>
    3. Page 7

    Erlang – put

    • Post author:S K S
    • Post published:October 14, 2021
    • Post category:Erlang
    • Post comments:2 Comments

    In this guide, we will discuss Erlang put. This method is used to add a key value pair to the map. Syntax put(key1,value1,map1) Parameters key1 − This is key which needs…

    Continue ReadingErlang – put

    Erlang – merge

    • Post author:S K S
    • Post published:October 14, 2021
    • Post category:Erlang
    • Post comments:2 Comments

    In this guide, we will discuss Erlang merge. This method is used to merge 2 maps. Syntax merge(map1,map2) Parameters map1 − This is first map which needs to be merged.map2 − This…

    Continue ReadingErlang – merge

    Erlang – keys

    • Post author:S K S
    • Post published:October 14, 2021
    • Post category:Erlang
    • Post comments:2 Comments

    In this guide, we will discuss Erlang keys. This method is used to return all the keys from a map. Syntax keys(map) Parameters map − This is the map for which…

    Continue ReadingErlang – keys

    Erlang – is_key

    • Post author:S K S
    • Post published:October 14, 2021
    • Post category:Erlang
    • Post comments:2 Comments

    In this guide, we will discuss Erlang is_key. This method is used to determine if a particular key is defined as a key in the map. Syntax Is_key(key,map) Parameters key −…

    Continue ReadingErlang – is_key

    Erlang – get

    • Post author:S K S
    • Post published:October 14, 2021
    • Post category:Erlang
    • Post comments:2 Comments

    In this guide, we will discuss Erlang get. This method is used to get the value of a particular key in the map. Syntax get(key,map) Parameters key − This is the…

    Continue ReadingErlang – get

    Erlang – find

    • Post author:S K S
    • Post published:October 14, 2021
    • Post category:Erlang
    • Post comments:2 Comments

    In this guide, we will discuss Erlang find. This method is used to find if a particular key exists in the map. Syntax find(key,map) Parameters key − This is the list…

    Continue ReadingErlang – find

    Erlang – from_list

    • Post author:S K S
    • Post published:October 14, 2021
    • Post category:Erlang
    • Post comments:2 Comments

    In this guide, we will discuss Erlang from_list. This method is used to generate a map from a list. Syntax from_list(Lst) Parameters Lst − This is the list which needs to…

    Continue ReadingErlang – from_list

    Erlang – Maps

    • Post author:S K S
    • Post published:October 14, 2021
    • Post category:Erlang
    • Post comments:1 Comment

    In this guide, we will discuss Erlang Maps. A map is a compound data type with a variable number of key-value associations. Each key-value association in the map is called…

    Continue ReadingErlang – Maps

    Erlang – binary_to_atom

    • Post author:S K S
    • Post published:October 14, 2021
    • Post category:Erlang
    • Post comments:2 Comments

    In this guide, we will discuss Erlang binary_to_atom. This method is used to convert a binary value to an atom value. Syntax binary_to_atom(binaryvalue) Parameters binaryvalue − This is the binary value…

    Continue ReadingErlang – binary_to_atom

    Erlang – atom_to_binary

    • Post author:S K S
    • Post published:October 13, 2021
    • Post category:Erlang
    • Post comments:2 Comments

    In this guide, we will discuss Erlang atom_to_binary. This method is used to convert an atom to a binary value. Syntax atom_to_binary(atom) Parameters atom − The atom which needs to be…

    Continue ReadingErlang – atom_to_binary
    • Go to the previous page
    • 1
    • …
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • …
    • 15
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP