:orphan:

.. _s_14MySwiftLibrary6AnimalO4nameSSvp:

``name``
========

Returns the name of the animal


.. raw:: html

   <style>
       .doc-link {
           font-family: var(--font-stack--monospace);
       }
   </style>

   <script type="text/javascript">
       window.onload = function() {
           document.querySelectorAll("a[href^='s_']").forEach(function(link) {
               link.classList.add("doc-link");
           });
       }
   </script>

   <style>
       .symbol-toctree ul {
           list-style-type: none !important;
           padding-left: 0 !important;
           margin-left: 0 !important;
       }

       .symbol-toctree .toctree-l1 {
           list-style: none !important;
       }

       .symbol-toctree .toctree-l1 > a > code > .pre {
           font-size: 120% !important;
       }
   </style>

.. rubric:: Declaration

.. raw:: html

     <div class="highlight"><pre><span></span><span class="kd">var</span><span class="w"> </span><span class="nv">name</span><span class="p">:</span><span class="w"> </span><span class="nb">String</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="kr">get</span><span class="w"> </span><span class="p">}</span>
   </pre></div>

.. rubric:: Discussion

Extensions from the same module are directly added to the documentation of the extended symbol.

